tools/ocaml: Pass a full domctl_create_config into stub_xc_domain_create()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Mon, 12 Mar 2018 10:40:33 +0000 (10:40 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 15 Aug 2018 18:40:28 +0000 (19:40 +0100)
commitacc2a06c780e9e7ffa6373854735503b7d63a1d0
tree9d4fde84a9a9ea6beeb0cb8cd47871b88f0cea8a
parent3dd454c6c694409aaedd4ed075d6aeace2dd8391
tools/ocaml: Pass a full domctl_create_config into stub_xc_domain_create()

The underlying C function is about to make the same change, and the structure
is going to gain extra fields.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Christian Lindig <christian.lindig@citrix.com>
tools/ocaml/libs/xc/xenctrl.ml
tools/ocaml/libs/xc/xenctrl.mli
tools/ocaml/libs/xc/xenctrl_stubs.c